home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Borland JBuilder 6
/
jbuilder6.iso
/
IBM VisualAge for Java Enterprise v4.0 Retail
/
ivj40
/
setup
/
IDE.Cab
/
F77533_SmartGuideWindowHandler.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
2000-04-25
|
737 b
|
19 lines
package com.ibm.ivb.sguides;
import java.awt.event.WindowAdapter;
import java.awt.event.WindowEvent;
class SmartGuide$WindowHandler extends WindowAdapter {
// $FF: synthetic field
private final SmartGuide this$0;
public void windowClosing(WindowEvent var1) {
this.this$0.executeCancel();
}
SmartGuide$WindowHandler(SmartGuide var1) {
this.this$0 = var1;
this.this$0 = var1;
}
}